Encapsulates bunch of sprites to hold a contiguous list of vertices. It has some advantages than creating manually an array of similar sprites such as: - Copies only once to the SpriteBatch, which searches for the texture index once. - Boundary checks once - Makes the sprites array vertices linear, reducing cache misses. - Wraps the setTexture and draw process so no need to manually execute the foreach